path coverageの例文
- For instance, path coverage implies decision, statement and entry / exit coverage.
- Full path coverage, of the type described above, is usually impractical or impossible.
- Basis path testing is for instance a method of achieving complete branch coverage without achieving complete path coverage.
- Methods for practical path coverage testing instead attempt to identify classes of code paths that differ only in the number of loop executions, and to achieve " basis path " coverage the tester must cover all the path classes.